- /* sdosubsf.cpp by K.Tsuru */
- // function ID = 35 DRADIX
- /*******************************************************
- SDouble class
- It provides the substitution operator SDouble=SFraction
- ********************************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- SDouble& SDouble::operator=(const SFraction& sf){
- SDouble a;
- a = SFToSD(sf);
- CopyDouble(a, SUBS);
- return *this;
- }
sdosubsf.cpp : last modifiled at 2015/11/25 20:17:51(415 bytes)
created at 2017/10/07 10:21:14
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).